Skip to content

Conversation

jgauchia
Copy link
Owner

@jgauchia jgauchia commented Jun 1, 2025

Description

New Release

Important

Update icons and assets with:

pio run --target uploadfs

New Highlights Features

MVP

  • Optimize RAM usage 🚧
  • Optimize LVGL 🚧
  • Reduce flash size 🚧
  • Refactor code 🚧
  • Add map features Add Map features #199 🚧
  • Migrate to ESP-IDF framework 🚧
  • Try to enter GPS sleep mode for AT6558D module
  • Possibility to add a waypoint by clicking on the position on the map
  • Vectorized map. Add new map layers and add functionality just like in rendered maps
  • Add auto screen rotation with IMU

Knew issues

@jgauchia jgauchia self-assigned this Jun 1, 2025
@themelisx
Copy link

themelisx commented Oct 15, 2025

@jgauchia I created the elecrow_support_5_and_7_inches branch, based on devel but I cannot test it.
There is the following runtime error. I need some help on it so I can test it

[   592][I][storage.cpp:169] initSPIFFS(): [Storage] Initializing SPIFFS
E (55) SPIFFS: mount failed, -10025
[   599][E][storage.cpp:182] initSPIFFS(): [Storage] Failed to mount or format filesystem

@jgauchia
Copy link
Owner Author

@jgauchia I created the elecrow_support_5_and_7_inches branch, based on devel but I cannot test it. There is the following runtime error. I need some help on it so I can test it

[   592][I][storage.cpp:169] initSPIFFS(): [Storage] Initializing SPIFFS
E (55) SPIFFS: mount failed, -10025
[   599][E][storage.cpp:182] initSPIFFS(): [Storage] Failed to mount or format filesystem

Can you try without change spiffs partition label in storage.cpp?
https://github.com/jgauchia/IceNav-v3/pull/309/files#diff-29f8b334ef1ef5659f0367bcf61999ffdc1cb4a4a90d5f940c722b95e510dab7
l

@themelisx
Copy link

@jgauchia I created the elecrow_support_5_and_7_inches branch, based on devel but I cannot test it. There is the following runtime error. I need some help on it so I can test it

[   592][I][storage.cpp:169] initSPIFFS(): [Storage] Initializing SPIFFS
E (55) SPIFFS: mount failed, -10025
[   599][E][storage.cpp:182] initSPIFFS(): [Storage] Failed to mount or format filesystem

Can you try without change spiffs partition label in storage.cpp? https://github.com/jgauchia/IceNav-v3/pull/309/files#diff-29f8b334ef1ef5659f0367bcf61999ffdc1cb4a4a90d5f940c722b95e510dab7 l

It's just the final try. I can revert it.
It does not work with or without this change

@jgauchia
Copy link
Owner Author

@jgauchia I created the elecrow_support_5_and_7_inches branch, based on devel but I cannot test it. There is the following runtime error. I need some help on it so I can test it

[   592][I][storage.cpp:169] initSPIFFS(): [Storage] Initializing SPIFFS
E (55) SPIFFS: mount failed, -10025
[   599][E][storage.cpp:182] initSPIFFS(): [Storage] Failed to mount or format filesystem

Can you try without change spiffs partition label in storage.cpp? https://github.com/jgauchia/IceNav-v3/pull/309/files#diff-29f8b334ef1ef5659f0367bcf61999ffdc1cb4a4a90d5f940c722b95e510dab7 l

It's just the final try. I can revert it. It does not work with or without this change

try this configuration in platformio.ini for your board:

board_build.arduino.memory_type = qio_opi
board_build.flash_mode = qio
board_build.psram_type = opi
board_upload.flash_size = 4MB
board_upload.maximum_size = 4194304
board_build.partitions = default.csv
board_build.extra_flags = 
  -DBOARD_HAS_PSRAM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants